runtime.ancestorInfo.goid (field)
4 uses
runtime (current package)
proc.go#L5124: goid: callergp.goid,
runtime2.go#L1053: goid uint64 // goroutine id of this goroutine; original goroutine possibly dead
traceback.go#L1047: print("[originating from goroutine ", ancestor.goid, "]:\n")
traceback.go#L1059: if f.valid() && showfuncinfo(f.srcFunc(), false, abi.FuncIDNormal) && ancestor.goid != 1 {
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |